home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util4 / 0utils.lha / 0Utils / Suffix.doc < prev    next >
Text File  |  1995-09-05  |  727b  |  60 lines

  1.  
  2.  
  3.  
  4.     NAME
  5.     Suffix
  6.  
  7.     SYNOPSIS
  8.     Suffix -  get a file's suffix  - Requires v37
  9.  
  10.     INPUTS
  11.     "FILE/A"
  12.  
  13.     DESCRIPTION
  14.  
  15.     Suffix gets a filename and extracts its suffix.
  16.  
  17.     The resulting string is sent to STDOUT.
  18.  
  19.      RESULT
  20.     a filename's suffix
  21.     
  22.  
  23.     
  24.         
  25.  
  26.     NOTES
  27.     * CLI - only
  28.  
  29.     * should compile with SAS-C
  30.     
  31.  
  32.     BUGS
  33.  
  34.  
  35.     EXAMPLES
  36.  
  37.     >suffix a.b
  38.     b
  39.  
  40.     >suffix a
  41.            [nothing]
  42.  
  43.     > suffix ram:t/jabba.bak
  44.     bak
  45.     
  46.  
  47.     HISTORY
  48.  
  49.     01-08-93 b_noll created
  50.     20-02-95 b_noll restructured source
  51.     21-02-95 b_noll added version/format-prefix/offset
  52.     20-03-95 b_noll added args diagnostics
  53.     19-08-95 b_noll created .data file
  54.     
  55.  
  56.     AUTHOR
  57.     Bernd Noll, Brunnenstrasse 55, D-67661 Kaiserslautern
  58.     noll@student.uni-kl.de
  59.  
  60.